Path
/api/v1/washing-machines/washer-dryer/arrow-image
Body schema
Send a POST
request to the path above. The body of the request must be a JSON object with the following properties:
Property | Description | Type |
---|---|---|
productPriceHeightPx
|
Enter height of the product's price (in pixels). This may be up to 3 digits long. | Integer |
labelOrientation
|
Arrow direction.
Must be one of: LEFT RIGHT |
String |
labelFormat
|
Image format.
Must be one of: JPEG PNG |
String |
labelColour
|
The colour of the arrow image. Use a colour arrow if you can. You can use a black and white arrow if your material is being printed in black and white. You shouldn't use black and white arrows on the internet.
Must be one of: COLOUR BLACK_AND_WHITE |
String |
efficiencyRating
|
Energy efficiency class indicator.
Must be one of: A B C D E F G |
String |
Example request body
{
"productPriceHeightPx": 100,
"labelOrientation": "LEFT",
"labelFormat": "JPEG",
"labelColour": "COLOUR",
"efficiencyRating": "A"
}